home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_265 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-08-04  |  74 b   |  5 lines

  1. on(press){
  2.    dragging = true;
  3.    startDrag("",0,left,_Y,right,_Y);
  4. }
  5.